home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / tftp156.zip / TOSSFTP.CFG < prev    next >
Text File  |  1995-12-31  |  9KB  |  170 lines

  1. ;                          TOSS'in for FTP'in  v1.50
  2. ;                          Sample Configuration File
  3. ;
  4. ;     General Format.  Semi-Colons in the first column of a line cause that
  5. ;     line to be ignored during processing.  This is so you can have
  6. ;     comments in your config file.
  7. ;
  8. ;     Keywords.  These are words that have special meaning to the program.
  9. ;     They must be the left most thing on a line and they must have a colon
  10. ;     after them.
  11. ;
  12. ;     Blank lines are ignored.
  13. ;
  14. ;     Case is insensitive.
  15. ;
  16. ;     Currently, there can be no spaces between a keyword and it's data.
  17. ;
  18. ;  ┌──────────────────────────────────────────────────────────────────────┐
  19. ;  │   OWNER: = Your full name goes here.  Remember, no spaces after the  │
  20. ;  │   colon (:).                                                         │
  21. ;  └──────────────────────────────────────────────────────────────────────┘
  22.  
  23. OWNER:Lyn Borchert
  24.  
  25. ;  ┌──────────────────────────────────────────────────────────────────────┐
  26. ;  │   SERIAL#: = Your serial number goes here.  If you haven't registered│
  27. ;  │   yet then make sure there are zeros here to run in evaluation mode. │
  28. ;  └──────────────────────────────────────────────────────────────────────┘
  29.  
  30. SERIAL#:000000
  31.  
  32. ;  ┌──────────────────────────────────────────────────────────────────────┐
  33. ;  │   OUTBOUND: = The full drive and path to a temporary directory where │
  34. ;  │   you place all your outgoing files for uploading to the Internet    │
  35. ;  │   provider.  This is where TOSSFTP will create it's *.PKT files.     │
  36. ;  └──────────────────────────────────────────────────────────────────────┘
  37.  
  38. OUTBOUND:C:\internet\outbound
  39.  
  40. ;  ┌─────────────────────────────────────────────────────────────────────────┐
  41. ;  │   NETMAIL: = This is the full drive and path where your *.msg Netmail   │
  42. ;  │   files are kept.  TOSSFTP scans this direcory for any messages destine │
  43. ;  │   for your uplink and turns them into *.PKT files in the OUTBOUND path. │
  44. ;  │   It will also move the bundles of file attach messages to the OUTBOUND │
  45. ;  │   directory and truncate the file in the original path just like your   │
  46. ;  │   mailer would do after a successful send of this bundle.  Bundles have │
  47. ;  │   specail file names that end in MO1, TU1, WE1, etc.. depending on what │
  48. ;  │   day of the week it was created.  All netmail messages that TOSSFTP    │
  49. ;  │   processes are deleted after processing.                               │
  50. ;  └─────────────────────────────────────────────────────────────────────────┘
  51.  
  52. NETMAIL:C:\fd\mail
  53.  
  54. ;  ┌─────────────────────────────────────────────────────────────────────────┐
  55. ;  │   PACKETS: = This is the full drive and path to where your echomail     │
  56. ;  │   processor places the *.MO1 files.  It is used to determine if a file  │
  57. ;  │   attach message is valid.  In other words, when TOSSFTP comes across a │
  58. ;  │   netmail message that is destine for the uplink and does not have      │
  59. ;  │   either the AREAMGR or FILEMGR name in the TO field, it then looks at  │
  60. ;  │   the subject line to see if it contains the PACKETS path.  If it does, │
  61. ;  │   then the file listed on the subject line is copied to the OUTBOUND    │
  62. ;  │   directory, then the original is truncated, and finally, the .msg is   │
  63. ;  │   deleted.                                                              │
  64. ;  └─────────────────────────────────────────────────────────────────────────┘
  65.  
  66. PACKETS:C:\fd\packet
  67.  
  68. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  69. ;  │   AREAMGR: = This is the name you have told your areafix program to      │
  70. ;  │   send requests to link into echos.  It must match or TOSSFTP will not   │
  71. ;  │   find and process your outgoing areafix messages to your uplink.        │
  72. ;  └──────────────────────────────────────────────────────────────────────────┘
  73.  
  74. AREAMGR:Areafix
  75.  
  76. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  77. ;  │   FILEMGR: = This is just like AREAMGR except for your file echo         │
  78. ;  │   processor.                                                             │
  79. ;  └──────────────────────────────────────────────────────────────────────────┘
  80.  
  81. FILEMGR:Raid
  82.  
  83. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  84. ;  │   ZONE: = Put your Zone Number here.                                     │
  85. ;  └──────────────────────────────────────────────────────────────────────────┘
  86.  
  87. ZONE:1
  88.  
  89. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  90. ;  │   NET: = Put your Net Number Here.                                       │
  91. ;  └──────────────────────────────────────────────────────────────────────────┘
  92.  
  93. NET:300
  94.  
  95. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  96. ;  │   NODE: = Put your Node Number Here.                                     │
  97. ;  └──────────────────────────────────────────────────────────────────────────┘
  98.  
  99. NODE:1
  100.  
  101. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  102. ;  │   DEST: = Put the Full Zone:Net/Node number of your uplink system here.  │
  103. ;  └──────────────────────────────────────────────────────────────────────────┘
  104.  
  105. DEST:1:300/102
  106.  
  107. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  108. ;  │   DEBUG: = If ON, lots of extra info will print to the log and screen.   │
  109. ;  │            This is to help find routing logic problems and should        │
  110. ;  │            be OFF for normal operations or your log file will get very   │
  111. ;  │            large very fast!                                              │
  112. ;  └──────────────────────────────────────────────────────────────────────────┘
  113.  
  114. DEBUG:OFF
  115.  
  116. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  117. ;  │   DELETE: = If ON, TOSSFTP will clean up after itself by deleting all    │
  118. ;  │             routed Netmail messages that it packetizes.  If OFF, TOSSFTP │
  119. ;  │             will NOT delete tossed *.msg files but instead will just set │
  120. ;  │             the SENT flag to be ON.  (default setting is ON)             │
  121. ;  └──────────────────────────────────────────────────────────────────────────┘
  122.  
  123. DELETE:OFF
  124.  
  125.  
  126. LOGFILE:TOSSFTP.LOG
  127.  
  128.  
  129. ;  ┌──────────────────────────────────────────────────────────────────────────┐
  130. ;  │   NOROUTE: = This is a special Keyword to deal with Host Routed          │
  131. ;  │   Net Mail.  What makes this keyword special, is it MUST be the last     │
  132. ;  │   keyword in the config file, it can have multiple arguements, and the   │
  133. ;  │   arguements are not on the same line as the keyword.  Every line after  │
  134. ;  │   the NOROUTE keyword is treated as a system that you do NOT wish to     │
  135. ;  │   route mail to.  You can use the * character to represent ALL.  For     │
  136. ;  │   example, 1:300/* would mean do NOT host route any mail that is         │
  137. ;  │   destine to any node in zone 1 net 300.  You MUST use a Zone number!    │
  138. ;  │   If you were to put 300/*, TOSSFTP would misinterpret your meaning.     │
  139. ;  │   Currently, the Zone number is nothing more than a place holder.  *.msg │
  140. ;  │   files don't have a zone number in them that I have found as yet.       │
  141. ;  │                                                                          │
  142. ;  │   There are some other things the TOSSFTP checks for before allowing a   │
  143. ;  │   message to be considered a host routed message.  The IN TRANSIT flag   │
  144. ;  │   must be turned on, the HOLD Flag must NOT be turned on, the SENT flag  │
  145. ;  │   must NOT be turned on, and the FrontDoor DIRECT kludge must NOT be     │
  146. ;  │   present. (In the FD Message Editor, this looks like just another       │
  147. ;  │   flag, but in fact, FD places a Kludge line in the message body to      │
  148. ;  │   denote when a message is to be sent Direct.  There is no DIRECT flag   │
  149. ;  │   in the message headers.  After meeting all those conditions, TOSSFTP   │
  150. ;  │   then checks the destination against the NOROUTE lines here.            │
  151. ;  │                                                                          │
  152. ;  │   In most cases you will put your zone:net/* under the NOROUTE keyword   │
  153. ;  │   and any systems you communicate with via netmail that are not in       │
  154. ;  │   your zone.  Here-in lies a problem.  If you send netmail to a node     │
  155. ;  │   in another zone who has the same net/node number as someone else you   │
  156. ;  │   send mail to in your zone TOSSFTP cannot resolve that issue.           │
  157. ;  │   Example: mail to 1:300/12 and 2:300/12 are the same address to         │
  158. ;  │   TOSSFTP since it is virtually Zone Dumb.  Since 1:300/* is in the      │
  159. ;  │   NOROUTE section, TOSSFTP will not route mail to 2:300/12 or            │
  160. ;  │   1:300/12.                                                              │
  161. ;  │                                                                          │
  162. ;  └──────────────────────────────────────────────────────────────────────────┘
  163.  
  164. NOROUTE:
  165. 1:300/*
  166. 1:138/146
  167. 1:355/*
  168. 1:105/341
  169.  
  170.